Click or drag to resize

ServiceGetAppointment Method (String, ItemShape)

Gets an appointment.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public Appointment GetAppointment(
	string itemId,
	ItemShape itemShape
)

Parameters

itemId
Type: SystemString
The ID of the item to return.
itemShape
Type: Independentsoft.ExchangeItemShape
The set of properties to return.

Return Value

Type: Appointment
Appointment.
See Also